projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35e9c8
)
(__bsdi__): Define, unless already defined.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:40 +0000
(07:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Sep 1994 07:51:40 +0000
(07:51 +0000)
(DECLARE_GETPWUID_WITH_UID_T): Define.
src/s/bsd386.h
patch
|
blob
|
history
diff --git
a/src/s/bsd386.h
b/src/s/bsd386.h
index 6197d19d71b4a63448d9c76a22f2700a9929c077..e2e813369bbb7cc71525262461cfde7d52d3a422 100644
(file)
--- a/
src/s/bsd386.h
+++ b/
src/s/bsd386.h
@@
-2,6
+2,12
@@
#include "bsd4-3.h"
+#ifndef __bsdi__
+#define __bsdi__ 1
+#endif
+
+#define DECLARE_GETPWUID_WITH_UID_T
+
#define SIGNALS_VIA_CHARACTERS
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)